home *** CD-ROM | disk | FTP | other *** search
- -- card: 3003 from stack: in
- -- bmap block id: 11637
- -- flags: 0000
- -- background id: 2642
- -- name:
- ----- HyperTalk script -----
- on openCard
- global onLine
- if onLine then pass openCard
- else tabKey
- end openCard
-
-
-
- -- part 1 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=214 top=309 right=329 bottom=250
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Enter help index #
- ----- HyperTalk script -----
- -- editable
- on closeField
- get card field 1
- if (it > 16) or (it < 1) then send openCard to this card
- else if it is 16 then
- visual effect iris close fast
- pop card
- else
- visual effect dissolve fast
- go to card (it+1)
- end if
- end closeField
-
-
-
- -- part contents for background part 3
- ----- text -----
- User Help System Index
-
- -- part contents for background part 4
- ----- text -----
-
- 1. Introduction to HyperBBS
- 2. Orientation
- 3. Executing commands
- 4. Entering fields
- 5. Control characters
- 6. Message sections
- 7. Message components
- 8. Message main menus
- 9. Filtering messages
- 10. Displaying messages
- 11. Creating a message
- 12. Replying to messages
- 13. Downloading files
- 14. Uploading files
- 15. Credits
- 16. Quit help system
-
-
- -- part contents for card part 1
- ----- text -----
- 2